The render mode.
BeginMesh Method
Begins an Immediate Mesh, which can be used to draw dynamic 3D meshes on the fly. Accepts TSRRenderMode which defines the DirectX primitive type
Syntax

Parameters

renderMode
The render mode.

Return Value

The IImmediateMeshContext which can be used for creating dynamic 3D meshes on the fly
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also